LostandFoundApplicationTests

1

tests

0

failures

0

ignored

0.749s

duration

100%

successful

Tests

Test Duration Result
contextLoads() 0.749s passed

Standard output

17:58:00.092 [Test worker] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils -- Could not detect default configuration classes for test class [com.example.demo.LostandFoundApplicationTests]: LostandFoundApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
17:58:00.410 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper -- Found @SpringBootConfiguration com.example.demo.LostandFoundApplication for test class com.example.demo.LostandFoundApplicationTests

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::                (v3.5.3)

2025-07-28T17:58:01.523-04:00  INFO 18132 --- [LostandFound] [    Test worker] c.e.demo.LostandFoundApplicationTests    : Starting LostandFoundApplicationTests using Java 17.0.12 with PID 18132 (started by Dahiver in C:\Users\Dahiver\Documents\lost-and-found-app\Backend)
2025-07-28T17:58:01.526-04:00  INFO 18132 --- [LostandFound] [    Test worker] c.e.demo.LostandFoundApplicationTests    : No active profile set, falling back to 1 default profile: "default"
2025-07-28T17:58:03.251-04:00  INFO 18132 --- [LostandFound] [    Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-07-28T17:58:03.428-04:00  INFO 18132 --- [LostandFound] [    Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 153 ms. Found 3 JPA repository interfaces.
2025-07-28T17:58:04.607-04:00  INFO 18132 --- [LostandFound] [    Test worker] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-07-28T17:58:04.779-04:00  INFO 18132 --- [LostandFound] [    Test worker] org.hibernate.Version                    : HHH000412: Hibernate ORM core version 6.6.18.Final
2025-07-28T17:58:04.884-04:00  INFO 18132 --- [LostandFound] [    Test worker] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-07-28T17:58:05.644-04:00  INFO 18132 --- [LostandFound] [    Test worker] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-07-28T17:58:05.727-04:00  INFO 18132 --- [LostandFound] [    Test worker] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2025-07-28T17:58:06.152-04:00  INFO 18132 --- [LostandFound] [    Test worker] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@2cdb5974
2025-07-28T17:58:06.156-04:00  INFO 18132 --- [LostandFound] [    Test worker] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2025-07-28T17:58:06.263-04:00  WARN 18132 --- [LostandFound] [    Test worker] org.hibernate.orm.deprecation            : HHH90000025: MySQL8Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2025-07-28T17:58:06.266-04:00  WARN 18132 --- [LostandFound] [    Test worker] org.hibernate.orm.deprecation            : HHH90000026: MySQL8Dialect has been deprecated; use org.hibernate.dialect.MySQLDialect instead
2025-07-28T17:58:06.316-04:00  INFO 18132 --- [LostandFound] [    Test worker] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
	Database driver: undefined/unknown
	Database version: 8.0
	Autocommit mode: undefined/unknown
	Isolation level: undefined/unknown
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2025-07-28T17:58:08.268-04:00  INFO 18132 --- [LostandFound] [    Test worker] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-07-28T17:58:08.370-04:00  INFO 18132 --- [LostandFound] [    Test worker] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-07-28T17:58:09.278-04:00  INFO 18132 --- [LostandFound] [    Test worker] r$InitializeUserDetailsManagerConfigurer : Global AuthenticationManager configured with UserDetailsService bean with name userService
2025-07-28T17:58:09.392-04:00  WARN 18132 --- [LostandFound] [    Test worker] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2025-07-28T17:58:11.070-04:00  INFO 18132 --- [LostandFound] [    Test worker] c.e.demo.LostandFoundApplicationTests    : Started LostandFoundApplicationTests in 10.221 seconds (process running for 12.758)